body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18px;
}

br.cb {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	
}

#bandboxWrapper {
	height: 420px;
	width: 320px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: none;
	overflow: hidden;
}

.bandboxBackground {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	z-index: 1;
	background-position: center 50px;
	background-repeat: no-repeat;
}

#bandboxInfoWrapper {
    width:85%;
    margin: 0px auto;
}

.bandboxHeader {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	position: absolute;
	top:0px;
	left: 0px;
	text-align: center;
	overflow: hidden;
	z-index:2;
}

.bandboxHeader img {
	margin: 0px auto;
	padding: 0px;
	border:none;
}

.bandboxFooter {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	position: absolute;
	top:370px;
	left: 0px;
	text-align: center;
	z-index: 3;
}

.headerBackButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	height: 32px;
	width: 32px;
	display: block;
	position: absolute;
	top: 9px;
	left: 4px;
	cursor: pointer;
	z-index: 4;
	display: none;

}

.headerBackButton img{
	margin: 0px;
	padding: 0px;
	border: none;
}

.naviButton {
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
	background-color: transparent;
	height: 100%;
	display: block;
	float: left;
	cursor: pointer;
	z-index: 4;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%);
	background: linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#99ffffff',GradientType=0 );
}

.naviButton img {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 22px;
}

.naviBar{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:50px;

}
.naviButtonText {
    font-size: 8px;
    text-transform: capitalize;
    font-family: arial;
}

.naviButtonTextNavi {
    font-size: 16px;
    text-transform: capitalize;
    font-family: arial;
}

.bandboxPageScrollbar {
	background-color: #fff;
	width: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	overflow:hidden;
	top: 0px;
	left: 310px;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.bandboxPageScroller {
	background-color: #000;
	width: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}


.bandboxPage {
	height: 320px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50px;
	left: 100%;
	z-index: 2;
	background-color: transparent;
	overflow: hidden; 	
}

.bandboxPageContent {
	-moz-opacity: 1.0;
	opacity: 1.0;
	/*-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
	position: relative;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	
}

.spacer{
    height:10px;
}

#bandboxInfoWrapper *:first-child{
	margin-top: 0px;
}

#bandboxInfoWrapper *:last-child{
	margin-bottom: 0px;
}


.activePage {
	left: 0%;
}

.bandboxPageHeader {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	text-decoration: none;
	width: 95%;
}


#contentLoaderWrapper {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.loaderback {
    background-color: rgb(0, 0, 0);
    height: 60px;
    left: 130px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 180px;
    width: 60px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-color: #000000;
	border: solid 1px;
}

.loaderimg {
    background-color: rgba(0, 0, 0, 0);
    background-image:url(../images/loader.gif);
    background-position: center center;
	background-repeat:no-repeat;
	width:60px;	
	height:60px;	
}

.hr {
	border:none; 
	border-bottom: 1px dotted;
	width:100%;
	margin: 8px 0 0 -1px;
        
}

li.error {
	margin: 0px auto;
	padding: 10px;
	width: 80%;
    color: black;
    font-size:15px;
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    text-align:center;
 }


/* List*/
#bandboxNewsWrapper, #bandboxTourWrapper, #bandboxAudioWrapper, #bandboxImpressumWrapper, #bandboxTourDetailsWrapper, #bandboxBandsInfoWrapper, #bandboxFacebookWrapper, #bandboxDiscographyWrapper, #bandboxDiscographyDetailWrapper, #bandboxVideoWrapper  {
	margin: 0px auto;
  	width:86%;
}

#bandboxBandsInfoWrapper{
	display:hidden;
}
  
ul.newsList, ul.eventList, ul.impList, ul#bandboxTrackList, ul.bandboxBandInfoList, ul.albumList, ul#bandboxVideoList {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;

}

li.newsListElement, li.audioElement, li.eventListElement, li.impListElement,  li.bandboxBandInfoListElement, li.albumListElement, li.bandboxVideoListItem {
	margin:  0;
	padding: 10px 0 10px 0px;
	width: 100%;
	border-bottom: 1px dotted #999;
	list-style: none;
	
}

li.eventListElement {
	cursor: pointer;
}

li.bandboxBandInfoListElement{
	padding:10px 5px;
}

li:last-child {
    border: none;
}

div.newsdate {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

div.newstime {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
div.categorie {
     text-align:right;
     margin: 5px 0px 0px 5px;
     padding: 0px;
}

div.newstext {
	margin: 0px;
	padding: 0px;
	clear: both;
	margin-left: 5px;
	margin-right: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}




div.club {
	font-size:12px !important;
        clear:both;
	margin: 0;
	padding: 0;
	margin-left: 15px;
        width: 85%;
}

div.city {
	font-size:10px !important;
	margin: 0;
	padding: 0;
	margin-left: 15px;

}

div.date {
	font-size:11px !important;
	text-align:left;
        float:left;
	margin: 0;
	padding: 0;
        margin-top: 5px;
        margin-left: 15px;
}

div.time {
	font-size:11px !important;
	text-align:left;
    float:left;
	margin: 0;
	padding: 0;
    margin-top: 5px;
    margin-left: 15px;
}


.eventListElement > table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}


.tourListdateCol {
	width: 50px;
}

.tourListDateWrapper {
	margin: 0px 0px 0px 9px;
	padding: 0px;
	width: 35px;
	height: 37px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #737373;
	-moz-box-shadow: 0px 0px 5px #737373;
	box-shadow: 0px 0px 5px #737373;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 70%, #bfbfbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#bfbfbf));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#bfbfbf 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#bfbfbf 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#bfbfbf 100%);
	background: linear-gradient(top,  #ffffff 0%,#ffffff 70%,#bfbfbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfbfbf',GradientType=0 );	
	font-family: Verdana, sans-serif;
}

.tourListDateYear {
	margin: 0px;
	padding: 0px;
    height:11px;
	font-size: 9px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	background-color: #f00;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 4px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 1px rgba(0,0,0,0.5);
	
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #d60000 56%, #d60000 79%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(56%,#d60000), color-stop(79%,#d60000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#d60000 56%,#d60000 79%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#d60000 56%,#d60000 79%,#ff0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#d60000 56%,#d60000 79%,#ff0000 100%); /* IE10+ */
	background: linear-gradient(top,  #ff0000 0%,#d60000 56%,#d60000 79%,#ff0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-8 */
	font-family: Arial, sans-serif;
}

.tourListDateDay {
	font-size: 12px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	font-weight:bold;
	text-align: center;
	height:12px;
 }

.tourListDateMonth {
	font-size: 8px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
}

.tourListTimeField {
    background-color: transparent;
    font-size: 11px !important;
    margin: 1px 0 0 2px;
    text-align: center;
	width:100%;
}


.tourListEventAddText {
	margin: 0px;
	padding: 0px;
	font-size: 12px !important;
}

.tourListEventClub {
	margin: 0px;
	padding: 0px;
	font-size: 14px !important;
}
/* :not(#notimportant) hinzugefügt UScharf  */
.tourListEventBands :not(#notimportant) {
	margin: 0px;
	padding: 0px;
	font-size: 14px !important;
}

.tourListEventCity {
	margin: 0px;
	padding: 0px;
	font-size: 12px !important;
}

  

/*TourDetails*/

ul.tourdetails {
    background-color: transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
}
li.time, li.bandsListElement, li.location {
    margin: 0 ;
    padding: 0;
    width: 100%;
}
div.sort, div.sort2, div.bandlabel {
    float: left;
    font-size: 13px !important;
    margin: 13px 0 0 5px;
    padding: 0;
}
div.sort, div.bandlabel {
    margin: 5px 0 0 5px;
}
div.start {
    float: left;
    padding-right: 10px;
}
div.name, div.street, div.city {
    font-size: 13px !important;
    margin: 0px 1px;
}

div.start, div.starttime, div.name, div.street, div.bandlist {
    font-size: 13px !important;
    margin: 0px 1px;
    padding-top: 5px;
}

.floater {
    font-size:13px !important;
    padding: 0px; 
    margin: 0px;  
}
.name {
    font-weight:bold;
}

/*EventInfo AddText*/

ul.eventinfo, ul.addtext, ul.eventbands{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	padding-bottom: 0px;
}

li.information, li.additional {
	margin: 0px ;
	padding: 0px;
	width: 100%;
}
div.eventinformation, div.additionaltext, div.naviHint {
    font-size:12px !important;
	margin: 0px;
	padding: 0px;
	clear: both;
    margin: 5px 1px;
	padding-top:5px;
	padding-bottom:5px;
}

div.naviHint a{
	text-decoration:none;
}

#tourmap {
    height:170px;
    width:270px;
    margin: 0px auto;
    padding: 0px;
    border: 2px solid #666666;

}

/*additional bandinfo text*/
 div.description{
     font-size: 13px !important;
 }

.bandboxSplashSreen {
	text-align:center;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 320px;
}

.bandboxLogo {
    position:absolute;
    width:70px;
    top:10px;
    left:10px;
}

.hooolpLogo {
    position:absolute;
    width:75px;
    bottom:10px;
    right:10px;
}

.splashScreenNameAlt {
	margin: 0px;
	padding:0px;
	width:90%;
	position:absolute;
	text-align:center;
	top:130px;
	left:0px;
	padding-left:5%;
}

.headerNameAlt {
	margin: 0px;
	padding:0px;
	width:240px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top:10px;
	text-align:center;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
}

/*VIDEO*/

.bandboxVideoListItem:last-child {
	border: none;
}


.bandboxVideoListItemPreviewImageWrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70px;
	height: 53px;
	margin-right: 5px;
}
.bandboxVideoListItemPreviewImage {
	width: 70px;
	height: 53px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.bandboxVideoListItemDescription {
	float: left;
	margin: 0px;
	padding: 0px;
	width:195px;
	
}

#bandboxVideoFrameWrapper {
	margin: 0px;
	padding: 0px;
}

#bandboxBandVideoFrame {
	width: 320px;
	height: 320px;
}

.textBackground{
	padding:3%;
	padding-bottom:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*Advertisment-Box*/
#advertisment {
	margin: 0px;
	padding:0px;
	text-align: center;
	height: 53px;
	width: 100%;
	background-color: transparent;
	
}

/*Imprint*/
.imprintBBoxLogo {
    background-image: url("../images/bandbox-logo.png");
    height: 50px;
    width: 120px;
    float: left;
    margin-left: -12px;
    padding: 0px;
}
.imprint_powered {
    font-size: 9px !important;
    height: 20px;
    margin: 25px 0 0 15px;
    width: 60px;
    float: left;
}
.imprintHooolpLogo {
    background-image: url("../images/hooolp-logo-plain.png");
    height: 50px;
    width: 90px;
    float: left;
    background-size: 90px;
    background-repeat: no-repeat;
    margin: 8px 0 0 0;
}

div.img{
	margin-top:5px;
}

/*facebook stuff*/

#fbWallEntriesList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	min-height: 200px;
}

.fbWallEntry {
	margin: 0px;
	padding: 0px;
	clear: both;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dotted #999;
}

.fbWallImage {
	float: left;
	margin-right: 8px;
}

.fbWallLink {
	clear: both;
}

.fbWallLink a {
	
}

/* Foils for SC-Player iframe element*/
.foilcenter{
position:relative;
top:0px;
left:60px;
margin-top:-170px;
z-index:1000;
opacity:.001;
width:120px;
height:170px;
}

.foilleft{
position:relative;
top:-30px;
left:0px;
margin-top:-90px;
z-index:1000;
opacity:.001;
width:60px;
height:90px;
}
.foilright{
position:relative;
top:-50px;
left:0px;
margin-top:-90px;
z-index:1000;
opacity:.001;
width:96px;
height:110px;
float:right;
}

/* discography */

.bb_discography_title{
	padding: 0px;
	margin: 5px 5px 0px 5px;;
	height:30px;
	width:280px;
}

.bb_discography_year{
	padding: 0px; 
	margin: 5px 5px 0px 5px;;
	height:15px;
	width:280px;		
}

.bb_discography_cover{
	margin: 5px 5px 0px 5px;
	padding: 0px;
	width:75px;
	height:75px;
	float:left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}



.bb_discographyDetail_title{
	padding: 0px;
	margin: 5px 5px 0px 5px;
	height:30px;
	width:100%;
	text-align:center;
}

.bb_discographyDetail_year{
	padding: 0px; 
	margin: 5px 5px 0px 5px;
	height:30px;
	width:100%;	
	text-align:center;
	
}

.bb_discographyDetail_text{
	padding: 0px; 
	margin: 5px;
	width:100%;
	text-align:left;
}

.bb_discographyDetail_cover{
	margin: 5px;
	padding: 0px;
	width:265px;
	height:300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.faceBookLike{
	border:none; 
	overflow:hidden; 
	width:260px; 
	height:21px;
	margin: 0px;
	padding: 0px;
	clear: both;
    margin: 5px 3px;
    padding-top:5px;
	padding-bottom:5px;
}

.favoritesBtn {
	border:none; 
	margin: 0px;
	padding: 0px;
	clear: both;
    margin: 5px 3px;
    padding-top:5px;
	padding-bottom:5px;
	background-color: transparent;
	width: 100%;
}

.favoritesBtn button {
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
}


#addToFavoritesButton {
	
}

#removeFromFavoritesButton {
	display: none;
}

.favoritesBtn span {
	vertical-align: middle;
	text-align: left;	
}

.favoritesBtn img {
	vertical-align: middle;
	height: 15px;
	width: 16px;
	margin-right: 10px;
	
}


